I want to change these images from Vertical view to a Horizontal view . Thanks
Announcement
Collapse
No announcement yet.
How do I change this from Horizontal to Vertical
Collapse
X
-
Tags: None
-
Quite simple enough, you just enter the template and view default, then look for that bit of code and copy and paste over it. To search for that bit of code goto
Admin CP -> Languages & Phrases -> Search In Phrases ->
Search for Text: forum_contains_new_posts
Search in Language: All Languages
Search in ...: Phrase Text Only
Case-Sensitive: No
Click: Find
Search Results -> forum_contains_new_posts (copy)
Admin CP -> Styles & Templates -> Search In Templates -> Search Templates ->
Search in Style: Search in all Styles
Search for Text: forum_contains_new_posts
Search Titles Only: No
Double Click on FORUMDISPLAY / FORUMHOME -> Search in Template -> [ forum_contains_new_posts ] -> Click: Find
Now open the default unmodified template by clicking on [Show Default]
http://img335.imageshack.us/img335/8505/search1sh.png
Go to Internet Exployer -> Edit -> Find(on This Page).. -> forum_contains_new_posts
Code:<table cellpadding="2" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_contains_new_posts]</td> </tr> <tr> <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td> </tr> <tr> <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_is_closed_for_posting]</td> </tr> </table>
-
Ok I guess I made a mistake in my earlier post . I need to go from the default which is vertical to horizontal .. Right now I am Vertical
I found the template but I dont know what to change . I want it to look like this image below . This forum has it . I want it in forum dispalyLast edited by bogene2020; Fri 10 Mar '06, 11:48am.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment