The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Maybe his datastore is messed up when he moved the database?
|
#12
|
||||
|
||||
Ah, that could be it. In which case go to edit a Forum and just click Save. It should rebuild the forum datastore.
|
#13
|
|||
|
|||
Quote:
// $config['Datastore']['class'] = 'vB_Datastore_Filecache'; The Problem wth Export + Import the Database again is that I already modified a lot of stuff on the Test Site, which of course I dont want to loose :/ I was hoping to fix this issue without deleting anything, so I dont delay my hired Designers work What do you mean with "clear your server cache" ? If you tell me, I can let my Hoster do it (my UNIX knowledge is limited) Quote:
Quote:
Thanks for all your help so far |
#14
|
||||
|
||||
try this, in forumhome_forumbit_level2_post template find
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> - $forum[forumid] |
#15
|
|||
|
|||
Attachment 140137
Only the Parent Forums show their IDs this way. |
#16
|
||||
|
||||
Yes that was the idea, this way you can check that the forums show id's are the correct ones for the sub forums that should have been shown.
--------------- Added [DATE]1343386930[/DATE] at [TIME]1343386930[/TIME] --------------- In forumhome_subforumbit_post look for $forum[title]</a> and replace it with $forum[title]</a> - $forum[forumid] so now any sub forums will show their forumid |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|