| Topic: | advProfile v4bJournal plugin |
|---|---|
|
MACscr
Plumber
Posts: 147 Posted: |
I have tried making a stab at getting one to work,but i havent had any luck. Here is the code i have so far. and here is the template And here is the tag i add to the advprofile_user_all.tpl file |
|
Chestnut
Site Admin Posts: 1320 Posted: |
Oupsy... will have to work on that forum template again. mmm you are sending the uid to the plugin but the plugin is checking if the uname is set. Since it is not... returns false. Chestnut ! ![]() Site Admin |
|
MACscr
Plumber
Posts: 147 Posted: |
Made the change, but for some reason the area is still completely blank. Am i calling it incorrectly in the user_all.tpl file? I think i am, i was just using the last10news reference as an example |
|
Chestnut
Site Admin Posts: 1320 Posted: |
I see very small things, one that could be the answer but the rest... should not stop it. The biggest issue although it might not be one is your template call It might not be an error though but since you used the word last10v4bjournal everywhere else... (missing last10 part.) As for the rest, 99% ok I think. You have a "; at the end of your link in your template but shouldn't break the plugin. Chestnut ! ![]() Site Admin |
|
MACscr
Plumber
Posts: 147 Posted: |
Well, im back to work to see if i can get it to work. No luck with the last changes u mentioned. I still have a feeling im calling it incorrectly in my advprofile template. |
|
Chestnut
Site Admin Posts: 1320 Posted: |
Not 100% sure but the only last issue I see is a "; that shouldn't be there : and the template call that doesn't have "last10" in it : If those are fixed,... not seeing much else. Could you send me a little zippy of the mod at webmaster PUTTHEIDIOTSIGNHERE pnconcept.com ? Chestnut ! ![]() Site Admin |
|
MACscr
Plumber
Posts: 147 Posted: |
had something wrong in the plugin file. Things seem to be working fine now. I am getting some extra html showing for some reason though. Need to look into that. As soon as i have things cleaned up, I will submit the plugin so that you can add it to your downloads if you like. |
|
jenslund
Pizzaman
Posts: 18 Posted: |
Is this PlugIn going to be posted on this site? Dont ever try to eat a living cow. They're gonna be pissed! |
|
jadranko
Noob
Posts: 5 Posted: |
Hello, I have played with the above code for the past 24 hours to no avail. It seems that code in advProfile_plugin_last10v4bjournal.php never happens and instead the else part is executed. Someone please help. Atached is the code for all 3 files in question, with changes suggested by chestnut: advProfile_plugin_last10v4bjournal.php function.last10v4bjournal part of the template advProfile_user_activity that implements the plugin |
|
Chestnut
Site Admin Posts: 1320 Posted: |
if the else part is shown, the plugin is sending false. All checks not working returning: are a potential reason why. Security check No userid v4bJournal unavailable SQL Error Template unfound. (Damn... so late on this, this message is almost a month old). Chestnut ! ![]() Site Admin |